/******************************/
/* global */
*{
	margin:0px;
	padding:0px;
	}
body{
	font:14px 'ºÚÌå';
	color:#424242; overflow-x:hidden;
}
ul,li{
	list-style:none;
	}
img{
	border:0px;
	vertical-align:middle;
	}
a{
  text-decoration:none;
  color:#424242; 
  cursor:pointer;
}
a:hover{
  text-decoration:none;
  color:#f99d32;
}
i,em{
  font-style:normal;
}
a:focus {
    outline:none;
}
select,input,img{ vertical-align:middle;}
input:focus,a:focus{ outline:0;}
/*·ÖÒ³*/
.listpage{ width:100%; height:30px;line-height:30px;padding:15px 0px; overflow:hidden;}
.listpage .total{ float:left;}
.listpage .total span{margin:0px 5px; color:#666;}
.listpage .pager { float:right;}
.listpage .pager a{ display:inline-block; height:30px; margin-left:5px; padding:0px 10px;border:1px solid #d5dfe8; background:#fff;color:#666;}
.listpage .pager a:hover,.listpage .pager .oran_pg_cur{border:1px solid #1a94d5; background:#1a94d5;color:#fff;}